Add autogeneration comment to d/test/control
authorStuart Prescott <stuart@debian.org>
Sun, 2 Mar 2025 01:03:19 +0000 (12:03 +1100)
committerStuart Prescott <stuart@debian.org>
Sun, 2 Mar 2025 01:03:19 +0000 (12:03 +1100)
debian/tests/control.gen

index 1fe1d37b29c31c945f01c9b90be09a2ba106563b..5c6f1a5e688febc783a904a489efcc4cb01b5274 100755 (executable)
@@ -5,6 +5,8 @@ C=debian/tests/control
 # Remove debian/tests/control
 rm -f $C
 
+echo -e "## AUTOGENERATED FILE: SEE debian/tests/control.gen\n\n" > $C
+
 # Create the basic (import) test for Python 3 modules
 for binary_package in $(dh_listpackages|grep "python3-pyside6.qt"); do
     module_name=$(echo $binary_package|awk -F. '{print $2}')